iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 9
0
Software Development

Azure Application Insights系列 第 9

Day - 09. Kusto語法(運算子介紹)

  • 分享至 

  • xImage
  •  

今天來講講純量運算子

純量運算子有哪些呢?不會太多也不會太少

來先看看常用的會有哪幾個

https://ithelp.ithome.com.tw/upload/images/20190924/20103426ZDCE8dXWY7.png

上圖顯示的幾個,看來都蠻會用到的...

https://ithelp.ithome.com.tw/upload/images/20190924/20103426XvhIlcy7U1.png

如上圖,這些數值運算子我想大家應該都很熟悉吧....

這邊最有趣的是字串運算子,熟悉這些可以讓我們在查訊上方便很多

https://ithelp.ithome.com.tw/upload/images/20190924/2010342669qMVAuG7n.png

例如像是昨天提過的has

或著是**endswith_cs/!endswith_cs **諸如此類非常直覺性的名稱

這邊有一個訣竅,只要字尾有加上cs的就是大小寫要完全符合

沒有cs的就是不管你大小寫有沒有完全符合,只要有就讓你過

不信的話,我們可以自己寫簡單的script來測試看看

https://ithelp.ithome.com.tw/upload/images/20190924/20103426fDKwNui5BQ.png

上圖是不含cs的,下圖是含有cs的

https://ithelp.ithome.com.tw/upload/images/20190924/20103426B7I3AUm0AG.png

在剛剛最上從官網上拿下來的那張圖

只要大家仔細看,應該不難發現有個欄位叫做區分大小寫

仔細比對下去的結果就會發現,只要有_cs的就是要大小寫完全一樣

再來是between這個純量運算子

這個運算子我們也可以使用>= and < 來取代,範例如下

https://ithelp.ithome.com.tw/upload/images/20190924/20103426fqyMyw5UMc.png

https://ithelp.ithome.com.tw/upload/images/20190924/20103426YQbGou9udz.png

這部分就看大家的使用習慣,但我個人還是會照著昨天提到的

儘量使用愈簡單的表達式愈好

先熟悉這些,在後面我們查詢data log的部分會方便很多

Azure Application Insights 不只是查詢而已

Query is only the begining

Query is only the begining


上一篇
Day - 08. Kusto語法(運算子介紹)
下一篇
Day - 10. Kusto語法(進階查詢)
系列文
Azure Application Insights30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言